[IA64] Avoid use of kernel type in user code.
authorAlex Williamson <alex.williamson@hp.com>
Mon, 11 Jun 2007 17:05:27 +0000 (11:05 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Mon, 11 Jun 2007 17:05:27 +0000 (11:05 -0600)
Signed-off-by: Tristan Gingold <tgingold@free.fr>
tools/libfsimage/common/fsimage_grub.c

index 0e12ce55304c08c7e4bf51d5c178d08ed5a35387..5edb3ba05b4f3d76c1701ba16eaea2c341b72477 100644 (file)
@@ -145,7 +145,7 @@ fsig_log2 (unsigned long word)
 #else
 # define ia64_popcnt(x)                                     \
   ({                                                        \
-    __u64 ia64_intri_res;                                   \
+    uint64_t ia64_intri_res;                                \
     asm ("popcnt %0=%1" : "=r" (ia64_intri_res) : "r" (x)); \
     ia64_intri_res;                                         \
   })